install pdf doc

This commit is contained in:
p.kosyh 2009-11-07 08:23:21 +00:00
parent 44babd3789
commit 4313cbf5bb
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ clean:
all:
install:
$(INSTALLD) $(DOCPATH)
$(INSTALL) *.jpg *.html *.txt $(DOCPATH)
$(INSTALL) *.jpg *.html *.txt *.pdf $(DOCPATH)
$(INSTALLD) $(MANPATH)
$(INSTALL) *.6 $(MANPATH)

View file

@ -5,3 +5,4 @@ install:
copy /Y *.txt ..\bin\doc
copy /Y *.html ..\bin\doc
copy /Y *.jpg ..\bin\doc
copy /Y *.pdf ..\bin\doc