Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Registreren
Inloggen
ArnostiPublico
/
pdfScale
Volgen
2
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Makefile to install in /usr/local/bin/pdfscale
to make installation and uninstallation easier
master
Gustavo Arnosti Neves
9 jaren geleden
committed by
GitHub
bovenliggende
1a7a4d94f4
commit
8f40279a8f
1 gewijzigde bestanden
met
toevoegingen van 16
en
0 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+16
-0
Makefile
+ 16
- 0
Makefile
Bestand weergeven
@@ -0,0 +1,16 @@
# Installs to /usr/local/bin
# Change variables to adjust locations
#
# Jul 10 2016 - Gustavo Neves
IDIR=/usr/local/bin
IFILE=$(IDIR)/pdfscale
all:
install:
cp pdfScale.sh $(IFILE)
chmod 755 $(IFILE)
uninstall:
rm -f $(IFILE)
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan