diff options
author | hasso <hasso> | 2004-11-19 07:41:49 +0100 |
---|---|---|
committer | hasso <hasso> | 2004-11-19 07:41:49 +0100 |
commit | 48577196af0cd83272cb885ac018d19e30058653 (patch) | |
tree | 5eeecab312ea89381ce8130d64973dc6ef3dc894 /doc | |
parent | add note about alignment in LS updates due to opaque LSAs. (diff) | |
download | frr-48577196af0cd83272cb885ac018d19e30058653.tar.xz frr-48577196af0cd83272cb885ac018d19e30058653.zip |
Make quagga.info in cvs actually useful for those who haven't latest
makeinfo:
* Don't attempt to generate it after every ./configure.
* Don't remove it while cleaning up.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 9aa487f73..409f506af 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-19 Hasso Tepper <hasso at quagga.net> + + * Makefile.am: Don't remove quagga.info while cleaning up. + 2004-11-15 Paul Jakma <paul@dishone.st> * routeserver.texi: Strip ctrl-M from line endings, note by diff --git a/doc/Makefile.am b/doc/Makefile.am index a6e5ea942..a8d4bfd01 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -15,7 +15,7 @@ BUILT_SOURCES = defines.texi info_TEXINFOS = quagga.texi -CLEANFILES = *.pdf quagga.info +CLEANFILES = *.pdf # The figure sources figures_SOURCES = fig-normal-processing.eps \ |