summaryrefslogtreecommitdiffstats
path: root/perl-install/install/share/aliases
Commit message (Expand)AuthorAgeFilesLines
* include needed symlinks for ndiswrapper (mga#44416)Thierry Vignaud2012-04-251-0/+2
* - handle firmware loading in stage2 tooPascal Terjan2009-04-141-0/+2
* - use xkb instead of xmodmap Pascal Rigaux2007-11-271-0/+1
* make drakx-in-chroot work with new libldetect:Pascal Rigaux2007-08-071-0/+1
* no more insmod-25, simply insmod (adapt to module-init-tools change)Pascal Rigaux2007-05-301-3/+0
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+8
>.tex all : $(ECHO) '/*----------latex -> dvi -> ps -> pdf------------' $(ECHO) '/*--LATEX--*/' $(LATEX) $(FILE).tex $(ECHO) '/*--DVI -> PS--*/' $(DVI) $(FILE).ps $(FILE).dvi $(ECHO) '/*--PS -> PDF--*/' $(PS) $(FILE).ps $(ECHO) '/*--That s all--*/' ps : normal $(ECHO) '/*--DVI -> PS--*/' $(DVI) $(FILE).ps $(FILE).dvi $(ECHO) '/*--That s all--*/' pdf : ps $(ECHO) '/*--PS -> PDF--*/' $(PS) $(FILE).ps $(ECHO) '/*--That s all--*/' clean : $(RM) $(FILE).toc $(FILE).log $(FILE).aux *~ fclean : make clean $(RM) $(FILE).ps $(FILE).pdf $(FILE).dvi