이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
ArnostiPublico
/
pdfScale
보기
2
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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)
쓰기
미리보기
불러오는 중...
취소
저장