Skip to content

Commit

Permalink
Split files into directories
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Nov 12, 2016
1 parent dd20853 commit cfe2a27
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 13 deletions.
12 changes: 1 addition & 11 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
AUTOMAKE_OPTIONS = foreign

bin_PROGRAMS = recoverjpeg recovermov
dist_bin_SCRIPTS = sort-pictures remove-duplicates

dist_man_MANS = recoverjpeg.1 recovermov.1 sort-pictures.1 remove-duplicates.1
SUBDIRS = src doc scripts

extra_DIST = ChangeLog

always::

ChangeLog: always
git2cl > ChangeLog

recoverjpeg_SOURCES = recoverjpeg.c utils.c utils.h
recovermov_SOURCES = recovermov.cpp utils.c utils.h

.md.1:
pandoc -s -w man $< -o $@
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
AC_INIT([recoverjpeg], [2.6])
AC_CONFIG_SRCDIR([recoverjpeg.c])
AC_CONFIG_SRCDIR([src/recoverjpeg.c])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER([config.h])
AC_PROG_CC
AC_PROG_CXX
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([Makefile src/Makefile scripts/Makefile doc/Makefile])
AC_OUTPUT
4 changes: 4 additions & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dist_man_MANS = recoverjpeg.1 recovermov.1 sort-pictures.1 remove-duplicates.1

.md.1:
pandoc -s -w man $< -o $@
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions scripts/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist_bin_SCRIPTS = sort-pictures remove-duplicates
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin_PROGRAMS = recoverjpeg recovermov

recoverjpeg_SOURCES = recoverjpeg.c utils.c utils.h
recovermov_SOURCES = recovermov.cpp utils.c utils.h
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cfe2a27

Please sign in to comment.