mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
doc: don't try to install info files we no longer build
No more info files, so don't try to install them... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
@@ -81,8 +81,6 @@ spotless: clean
|
|||||||
-$(RM_F) *.hlp nasmdoc.txt *.inf *.pdf *.dvi
|
-$(RM_F) *.hlp nasmdoc.txt *.inf *.pdf *.dvi
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
mkdir -p $(INSTALLROOT)$(infodir)
|
|
||||||
$(INSTALL_DATA) info/* $(INSTALLROOT)$(infodir)
|
|
||||||
mkdir -p $(INSTALLROOT)$(docdir)/html
|
mkdir -p $(INSTALLROOT)$(docdir)/html
|
||||||
$(INSTALL_DATA) html/* $(INSTALLROOT)$(docdir)/html
|
$(INSTALL_DATA) html/* $(INSTALLROOT)$(docdir)/html
|
||||||
$(INSTALL_DATA) nasmdoc.pdf nasmdoc.txt $(INSTALLROOT)$(docdir)
|
$(INSTALL_DATA) nasmdoc.pdf nasmdoc.txt $(INSTALLROOT)$(docdir)
|
||||||
|
Reference in New Issue
Block a user