DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: I T

⟦f1e33ebfa⟧ TextFile

    Length: 1268 (0x4f4)
    Types: TextFile
    Names: »IMakefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/doc/SliTeX/IMakefile« 

TextFile

DVITPS = ../../dvitps/src/$(DVITPS_BINARY_NAME)\
	-P../../dvitps/pro -B../../dvitps/capab
#if (COND_SLITEX_CONTROL == 0)
all:
	@echo 'YOU DO NOT HAVE SLITEX!'
print:
	@echo 'YOU DO NOT HAVE SLITEX!'
#else
all:
	make root-1.ps    root-2.ps    root-3.ps     root-4.ps
	make root-ps-1.ps    root-ps-2.ps    root-ps-3.ps     root-ps-4.ps

root-ps-1.ps:	root-ps.ps
	@$(RM) $@
	psrev -s1 root-ps.ps > $@
root-ps-2.ps:	root-ps.ps
	@$(RM) $@
	psrev -s2 root-ps.ps > $@
root-ps-3.ps:	root-ps.ps
	@$(RM) $@
	psrev -s3 root-ps.ps > $@
root-ps-4.ps:	root-ps.ps
	@$(RM) $@
	psrev -s4 root-ps.ps > $@

root-1.ps:	root.ps
	@$(RM) $@
	psrev -s1 root.ps > $@
root-2.ps:	root.ps
	@$(RM) $@
	psrev -s2 root.ps > $@
root-3.ps:	root.ps
	@$(RM) $@
	psrev -s3 root.ps > $@
root-4.ps:	root.ps
	@$(RM) $@
	psrev -s4 root.ps > $@

root-ps.dvi:	root-ps.tex slidefile-ps.tex Makefile
	@cd ..; make PS-Helvetica.tfm PS-IHelvetica.tfm
	$(SLITEX_BINARY) root-ps
root-ps.ps:	root-ps.dvi
	@$(RM) $@
	$(DVITPS) -C root-ps > $@

root.dvi:	root.tex slidefile.tex Makefile
	$(SLITEX_BINARY) root
root.ps:	root.dvi
	@$(RM) $@
	$(DVITPS) -C root > $@

print:	root.ps root-ps.ps
	$(POSTSCRIPT_PRINT_COMMAND) root.ps
	$(POSTSCRIPT_PRINT_COMMAND) root-ps.ps
#endif
	
install:
depend:
clean::
	$(RM) *.ps
lint: