Annotation of papers/Makefile, revision 1.1

1.1     ! snw         1: PAPERS = a_reflection_on_gender_roles family_values_are_dead free_knowledge_free_societies freem_history human_rights_and_the_talisman no_earthly_intercessor ripples_of_justice_ripples_of_mercy shared_plunder_is_shared_responsibility sola_fide_sola_politicus the_fulcrum_of_truth the_geodigraph_economy 
        !             2: all: $(PAPERS)
        !             3: a_reflection_on_gender_roles:
        !             4:        cd a_reflection_on_gender_roles && $(MAKE)
        !             5: family_values_are_dead:
        !             6:        cd family_values_are_dead && $(MAKE)
        !             7: free_knowledge_free_societies:
        !             8:        cd free_knowledge_free_societies && $(MAKE)
        !             9: freem_history:
        !            10:        cd freem_history && $(MAKE)
        !            11: human_rights_and_the_talisman:
        !            12:        cd human_rights_and_the_talisman && $(MAKE)
        !            13: no_earthly_intercessor:
        !            14:        cd no_earthly_intercessor && $(MAKE)
        !            15: ripples_of_justice_ripples_of_mercy:
        !            16:        cd ripples_of_justice_ripples_of_mercy && $(MAKE)
        !            17: shared_plunder_is_shared_responsibility:
        !            18:        cd shared_plunder_is_shared_responsibility && $(MAKE)
        !            19: sola_fide_sola_politicus:
        !            20:        cd sola_fide_sola_politicus && $(MAKE)
        !            21: the_fulcrum_of_truth:
        !            22:        cd the_fulcrum_of_truth && $(MAKE)
        !            23: the_geodigraph_economy:
        !            24:        cd the_geodigraph_economy && $(MAKE)
        !            25: .PHONY: a_reflection_on_gender_roles family_values_are_dead free_knowledge_free_societies freem_history human_rights_and_the_talisman no_earthly_intercessor ripples_of_justice_ripples_of_mercy shared_plunder_is_shared_responsibility sola_fide_sola_politicus the_fulcrum_of_truth the_geodigraph_economy 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>