aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-23 11:07:44 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-23 11:07:44 +0300
commitbd7fae53da7baa676322e974f74dd38be9233ce6 (patch)
tree426cfb2b9817a968b3ff86a304fd5690876359b8 /Makefile.am
parent43356706bc0b8983e1211fdd1315fd713f451de5 (diff)
downloadcfpeek-bd7fae53da7baa676322e974f74dd38be9233ce6.tar.gz
cfpeek-bd7fae53da7baa676322e974f74dd38be9233ce6.tar.bz2
Start writing docs.
* Makefile.am (SUBDIRS): Add doc. * configure.ac (AC_CONFIG_FILES): Add doc/Makefile. * doc/Makefile.am: New file. * doc/cfpeek.1: New file. * grecs: Update. * src/cfpeek.c (flags): Don't initialize. * src/cmdline.opt (parse_options): Initialize flags.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ef32b59..cdc0c53 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@
16 16
17ACLOCAL_AMFLAGS = -I grecs/am -I gint 17ACLOCAL_AMFLAGS = -I grecs/am -I gint
18 18
19SUBDIRS = grecs gint src 19SUBDIRS = grecs gint src doc
20 20
21.PHONY: ChangeLog 21.PHONY: ChangeLog
22ChangeLog: 22ChangeLog:

Return to:

Send suggestions and report system problems to the System administrator.