projects
/
ngircd-alex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92dd1ba
)
- Makefile.am fuer das "doc"-Verzeichnis begonnen.
author
Alexander Barton
<alex@barton.de>
Mon, 31 Dec 2001 02:22:29 +0000
(
02:22
+0000)
committer
Alexander Barton
<alex@barton.de>
Mon, 31 Dec 2001 02:22:29 +0000
(
02:22
+0000)
doc/Makefile.am
[new file with mode: 0644]
patch
|
blob
diff --git a/doc/Makefile.am
b/doc/Makefile.am
new file mode 100644
(file)
index 0000000..
c4390cc
--- /dev/null
+++ b/
doc/Makefile.am
@@ -0,0
+1,10
@@
+# $Id: Makefile.am,v 1.1 2001/12/31 02:22:29 alex Exp $
+
+# $Log: Makefile.am,v $
+# Revision 1.1 2001/12/31 02:22:29 alex
+# - Makefile.am fuer das "doc"-Verzeichnis begonnen.
+#
+
+EXTRA_DIST = CVS.txt RFC.txt sample-ngircd.conf
+
+# -eof-