Ship assembler man pages.
--HG-- branch : dtrg-videocore rename : man/8080_as.6 => man/i80_as.6 rename : man/m68k2_as.6 => man/m68020_as.6
This commit is contained in:
parent
55be35a68a
commit
fd2360be0f
|
@ -41,6 +41,10 @@ $(OBJDIR)/$D/preprocessed-comm2.y: mach/proto/as/comm2.y $(CPPANSI) \
|
||||||
$(call file, $(LIBOBJECT))
|
$(call file, $(LIBOBJECT))
|
||||||
$(call cprogram, $(BINDIR)/$(PLATFORM)/as)
|
$(call cprogram, $(BINDIR)/$(PLATFORM)/as)
|
||||||
$(call installto, $(PLATDEP)/$(PLATFORM)/as)
|
$(call installto, $(PLATDEP)/$(PLATFORM)/as)
|
||||||
|
|
||||||
|
$(call reset)
|
||||||
|
$(call file, man/$(ARCH)_as.6)
|
||||||
|
$(call installto, $(INSDIR)/share/man/man6/$(ARCH)_as.6)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
build-as = $(eval $(build-as-impl))
|
build-as = $(eval $(build-as-impl))
|
||||||
|
|
|
@ -2,12 +2,13 @@
|
||||||
6800_as.6
|
6800_as.6
|
||||||
6805_as.6
|
6805_as.6
|
||||||
6809_as.6
|
6809_as.6
|
||||||
8080_as.6
|
i80_as.6
|
||||||
z8000_as.6
|
z8000_as.6
|
||||||
i86_as.6
|
i86_as.6
|
||||||
i386_as.6
|
i386_as.6
|
||||||
m68k2_as.6
|
m68020_as.6
|
||||||
ns_as.6
|
ns_as.6
|
||||||
|
vc4_as.6
|
||||||
pdp_as.6
|
pdp_as.6
|
||||||
z80_as.6
|
z80_as.6
|
||||||
em_cg.6
|
em_cg.6
|
||||||
|
|
Loading…
Reference in a new issue