Skip to content
This repository was archived by the owner on Oct 16, 2022. It is now read-only.

Commit ded2723

Browse files
committed
Fix build error
1 parent cc81cab commit ded2723

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ stage/
2121
prime/
2222
snap/
2323

24-
man/timeshift\.1\.gz

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
timeshift (19.08) xenial; urgency=medium
1+
timeshift (19.08.1) xenial; urgency=medium
22

33
* #375 Fix build errors with vala 0.42.5; Remove --threads from makefile;
44

makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ app-console:
1010
pot:
1111
cd src; make pot
1212

13+
manpage:
14+
cd src; make manpage
15+
1316
clean:
1417
cd src; make clean
1518

man/timeshift.1.gz

884 Bytes
Binary file not shown.

src/makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ app-console:
6868
--pkg gee-0.8 --pkg json-glib-1.0 \
6969
--pkg gtk+-3.0 --pkg vte-2.91 $(xapp_pkg)
7070

71+
manpage:
7172
./${app_name} --help > ../man/${app_name}.1
7273
gzip -f ../man/${app_name}.1
74+
7375
pot:
7476

7577
# update translation template

0 commit comments

Comments
 (0)