diff options
author | Ezra Peisach <epeisach@mit.edu> | 1996-03-20 20:16:26 +0000 |
---|---|---|
committer | Ezra Peisach <epeisach@mit.edu> | 1996-03-20 20:16:26 +0000 |
commit | ad68e813fe47c8c44d4c0ac962d78dbe78a74bd7 (patch) | |
tree | 1dd27b0e935029d28262f1764b5e468dc4c8b0b2 /doc/Makefile | |
parent | 4504670e18dd1107598f83b9f29467e4c21daf64 (diff) | |
download | krb5-ad68e813fe47c8c44d4c0ac962d78dbe78a74bd7.tar.gz krb5-ad68e813fe47c8c44d4c0ac962d78dbe78a74bd7.tar.xz krb5-ad68e813fe47c8c44d4c0ac962d78dbe78a74bd7.zip |
* Makefile (clean): Remove *.info-? now
* install.texi: Changes to allow emacs M-X texinfo-format-buffer
to work. (The problem was @item used within @enumerate).
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7684 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 6c7eb1f47..dfbc9430f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -12,4 +12,4 @@ all:: install.info install.dvi clean:: rm -f *.log *.info *.dvi *.aux *.toc *.cp *.fn *.vr *.tp *.ky \ - *.pg *.ps + *.pg *.ps *.info-? |