summaryrefslogtreecommitdiff
path: root/doc/specs/.cvsignore
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-09-26 12:49:52 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-09-26 12:49:52 +0000
commit96eb2dc401f785e2b35a2089dda24416ff9bb305 (patch)
treef8bc936e8000c35bbccc3234535e513b48d20db4 /doc/specs/.cvsignore
parenta3741192151aaf4b4d26f97fe470c9e7ea34703e (diff)
Relevant BUGIDs: none
Purpose of commit: bugfix Commit summary: --------------- Fix spec generation and creating tar archive with automake: * configure.in: Add doc/specs/Makefile. * Makefile.am: Add releasedocs rule. * doc/Makefile.am: Add specs subdir, remove files from specs directory, add rfc86.0.txt to releasedocs. * doc/specs/Makefile.am: New file. * doc/specs/formatter/parse.y: move from here ... * doc/specs/parse.y: ... here. * doc/specs/formatter/parse.lex: move from here ... * doc/specs/parse.lex: ... here.
Diffstat (limited to 'doc/specs/.cvsignore')
-rw-r--r--doc/specs/.cvsignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/specs/.cvsignore b/doc/specs/.cvsignore
index bac7934f..33cd58dc 100644
--- a/doc/specs/.cvsignore
+++ b/doc/specs/.cvsignore
@@ -1,3 +1,5 @@
draft-morgan-pam-*.txt
Makefile
Makefile.in
+parse.c
+lex.yy.c