File: 03_po_Makefile.patch

package info (click to toggle)
mtpaint 3.40-3.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 5,092 kB
  • sloc: ansic: 41,804; sh: 1,414; makefile: 78
file content (21 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Index: mtpaint-3.40/po/Makefile
===================================================================
--- mtpaint-3.40.orig/po/Makefile	2011-08-30 19:12:14.000000000 +0200
+++ mtpaint-3.40/po/Makefile	2012-01-01 20:28:19.971043398 +0100
@@ -13,4 +13,4 @@
 	for iii in $(langs); do rm $(DESTDIR)$(MT_LANG_DEST)/$$iii/LC_MESSAGES/mtpaint.mo; done
 
 clean:
-	rm *.mo
+
Index: mtpaint-3.40/doc/Makefile
===================================================================
--- mtpaint-3.40.orig/doc/Makefile	2011-01-25 13:24:41.000000000 +0100
+++ mtpaint-3.40/doc/Makefile	2012-01-01 20:29:19.387040899 +0100
@@ -17,3 +17,6 @@
 	rm $(DESTDIR)$(MT_MAN_DEST)/man1/$(MAN_PAGE)
 	rm $(DESTDIR)$(MT_DATAROOT)/applications/mtpaint.desktop
 	rm $(DESTDIR)$(MT_DATAROOT)/pixmaps/mtpaint.png
+
+clean:
+