This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ArnostiPublico
/
pdfScale
關註
2
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Makefile to install in /usr/local/bin/pdfscale
to make installation and uninstallation easier
master
Gustavo Arnosti Neves
9 年之前
committed by
GitHub
父節點
1a7a4d94f4
當前提交
8f40279a8f
共有
1 個文件被更改
,包括
16 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
Makefile
+ 16
- 0
Makefile
查看文件
@@ -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)
Write
Preview
Loading…
取消
儲存