mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-11 05:04:41 -04:00
corrected the doc install directory structure
This commit is contained in:
parent
4724da4e6d
commit
0c5d6f5a16
@ -14,15 +14,15 @@ EXTRA_DIST = manual.xml
|
|||||||
dist_doc_DATA = index.html manual.html style.css
|
dist_doc_DATA = index.html manual.html style.css
|
||||||
|
|
||||||
install-data-local :
|
install-data-local :
|
||||||
$(MKDIR_P) $(DESTDIR)$(docdir)/html
|
$(MKDIR_P) $(DESTDIR)$(docdir)
|
||||||
cp -R html $(DESTDIR)$(docdir)/html
|
cp -R html $(DESTDIR)$(docdir)
|
||||||
|
|
||||||
uninstall-local :
|
uninstall-local :
|
||||||
chmod -R +w $(DESTDIR)$(docdir)/html
|
chmod -R +w $(DESTDIR)$(docdir)
|
||||||
rm -rf $(DESTDIR)$(docdir)/html
|
rm -rf $(DESTDIR)$(docdir)
|
||||||
|
|
||||||
dist-hook :
|
dist-hook :
|
||||||
$(MKDIR_P) $(distdir)/html
|
$(MKDIR_P) $(distdir)
|
||||||
cp -R html $(distdir)
|
cp -R html $(distdir)
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user