forked from mark-moseley/ruby-debug
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile.am
More file actions
14 lines (14 loc) · 670 Bytes
/
Copy pathMakefile.am
File metadata and controls
14 lines (14 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS = doc emacs
PHONY = test ChangeLogs
test: check
ChangeLogs: ChangeLog doc/ChangeLog emacs/ChangeLog lib/ChangeLog
ChangeLog:
svn2cl --authors=svn2cl_usermap svn://rubyforge.org/var/svn/ruby-debug/trunk \
cli test bin AUTHORS CHANGES LICENSE README runner.sh -o ChangeLog
lib/ChangeLog:
svn2cl --authors=svn2cl_usermap svn://rubyforge.org/var/svn/ruby-debug/trunk \
lib ext -o lib/ChangeLog
doc/ChangeLog:
svn2cl --authors=svn2cl_usermap svn://rubyforge.org/var/svn/ruby-debug/trunk/doc -o doc/ChangeLog
emacs/ChangeLog:
svn2cl --authors=svn2cl_usermap svn://rubyforge.org/var/svn/ruby-debug/trunk/emacs -o emacs/ChangeLog