From ceeb9ca9c3efa53b2fe767216cd7dbc31e70b84a Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 20 Jan 2001 14:00:32 +0000 Subject: [PATCH] Add three GNU standard files we later want anyway... --- AUTHORS | 2 ++ INSTALL | 8 ++++++++ NEWS | 11 +++++++++++ 3 files changed, 21 insertions(+) create mode 100644 AUTHORS create mode 100644 INSTALL create mode 100644 NEWS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..4382743 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Peter Simons +Ralf S. Engelschall diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..b468c82 --- /dev/null +++ b/INSTALL @@ -0,0 +1,8 @@ + + INSTALL + ======= + + $ ./configure --prefix=/path/to/petidomo + $ make + $ make install + diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..e4c7d4b --- /dev/null +++ b/NEWS @@ -0,0 +1,11 @@ + + NEWS + ==== + + This is a list of user-visible and/or major changes to Petidomo. + For more details please have a look at the ChangeLog file. + + Changes between 3.0 and 4.0: + + *) ... +