diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-05-31 17:10:12 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-05-31 17:10:12 +0000 |
commit | f42e3fa8e6152e145251e8f16f4c61c23dec1f59 (patch) | |
tree | 9a7b104b910ae53f6a49cb4e35c3dedc737e907b /Doc/Makefile.in | |
parent | 4fec788fa5f6e7c9723e02e3d0b57068ce9785aa (diff) | |
download | zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.gz zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.xz zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.zip |
pws-20 dot-zsh-199906060520
Diffstat (limited to 'Doc/Makefile.in')
-rw-r--r-- | Doc/Makefile.in | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in index 7d4d4745c..f7dbf3866 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -27,8 +27,15 @@ subdir = Doc dir_top = .. -@@version.mk@@ -@@defs.mk@@ +@VERSION_MK@ + +# source/build directories +VPATH = @srcdir@ +sdir = @srcdir@ +sdir_top = @top_srcdir@ +INSTALL = @INSTALL@ + +@DEFS_MK@ MAKEINFO = makeinfo TEXI2DVI = texi2dvi @@ -195,7 +202,7 @@ uninstall.info: # ========== DEPENDENCIES FOR CLEANUP ========== -@@clean.mk@@ +@CLEAN_MK@ clean-here: rm -f *.html *.info* *.dvi *.ps @@ -210,4 +217,4 @@ realclean-here: # ========== DEPENDENCIES FOR MAINTENANCE ========== -@@config.mk@@ +@CONFIG_MK@ |